home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / colsoncd.dxr / 00001Series_134_viewdim.ls < prev    next >
Encoding:
Text File  |  2000-01-11  |  258 b   |  11 lines

  1. on mouseUp
  2.   global gtemp
  3.   puppetSound("mainsnd")
  4.   if (the number of chars in line gtemp of field "orderfield" < 1) or (gtemp = 0) then
  5.     alert("please select model number")
  6.     abort()
  7.   end if
  8.   set the puppet of sprite 16 to 0
  9.   play frame "dimb"
  10. end
  11.